github.com/klauspost/compress/zstd.encoderState.writeErr (field)
11 uses
github.com/klauspost/compress/zstd (current package)
encoder.go#L52: writeErr error
encoder.go#L156: s.writeErr = nil
encoder.go#L410: if s.writeErr != nil {
encoder.go#L411: s.err = s.writeErr
encoder.go#L423: s.writeErr = fmt.Errorf("panic while encoding/writing: %v", r)
encoder.go#L428: s.writeErr = blk.encode(src, e.o.noEntropy, !e.o.allLitEntropy)
encoder.go#L429: if s.writeErr != nil {
encoder.go#L432: _, s.writeErr = s.w.Write(blk.output)
encoder.go#L569: return s.writeErr
encoder.go#L625: if s.writeErr != nil {
encoder.go#L626: return s.writeErr
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |